home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / support / af0 next >
Text File  |  1992-09-02  |  421b  |  26 lines

  1. /*
  2.  * This file forms part of AFS (Ami-FileSafe)
  3.  * Copyright 1993-1995 Fourth Level Developments.
  4.  */
  5.  
  6. FileSystem    = l:floppyAFS
  7. Device        = trackdisk.device
  8. Priority    = 10
  9. Unit        = 0
  10. Flags        = 0x0
  11. Surfaces    = 2
  12. BlockSize    = 512
  13. BlocksPerTrack  = 11
  14. Reserved    = 2
  15. Interleave    = 0
  16. LowCyl        = 0
  17. HighCyl        = 79
  18. StackSize    = 600
  19. Buffers        = 5
  20. BufMemType    = 1
  21. GlobVec        = -1
  22. DosType        = 0x50465300
  23. MaxTransfer     = 2097152
  24. Mask        = 0x7ffffffe
  25. #
  26.